home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / utility / wcmd110.zip / UNIX.WCB < prev    next >
Text File  |  1992-03-24  |  772b  |  26 lines

  1. @echo off
  2. rem The Shareware version of Windows Command does not allow execution of
  3. rem batch files.  This file was included with the shareware package to 
  4. rem demonstrate one of the many uses for batch files in Windows Command.
  5. rem These commands may be entered at the command line to make the Windows
  6. rem Command interface resemble a Unix-type system.
  7. alias rm del %%*%%
  8. alias ls dir /4 %%*%%
  9. alias mv move %%*%%
  10. alias cp copy %%*%%
  11. alias ps task
  12. alias fg maximize %%1%%
  13. alias bg minimize %%1%%
  14. alias kill close %%1%%
  15. alias man help %%*%%
  16. alias chmod attrib %%*%%
  17. alias du mem
  18. alias vi notepad %%*%%
  19. alias ex notepad %%*%%
  20. alias edit notepad %%*%%
  21. alias lpr print %%*%%
  22. alias whatis help %%*%%
  23. alias clear cls
  24. alias setenv eset %%*%%
  25. prompt $p%%
  26.